runtime.spanQueue.put (method)

2 uses

	runtime (current package)
		mgcmark_greenteagc.go#L300: 		if gcw.spanq.put(makeObjPtr(base, objIndex)) {
		mgcmark_greenteagc.go#L377: func (q *spanQueue) put(s objptr) bool {